net/http.http2Frame.Header (method)
5 uses
net/http (current package)
h2_bundle.go#L1824: Header() http2FrameHeader
h2_bundle.go#L3280: f.Header().writeDebug(&buf)
h2_bundle.go#L5550: if id := res.f.Header().StreamID; id > sc.maxClientStreamID {
h2_bundle.go#L5582: if sc.inGoAway && (sc.goAwayCode != http2ErrCodeNo || f.Header().StreamID > sc.maxClientStreamID) {
h2_bundle.go#L5615: sc.vlogf("http2: server ignoring frame: %v", f.Header())
The pages are generated with Golds v0.8.4. (GOOS=linux GOARCH=amd64)